Micron Document
Fox's Git Mirrors

Node / acehoss / PyTCP.git / commits / df2fafa

Commit df2fafa98e443b3e8bb26b978a3bc896b60f542a


Parents : 1a9393a
Author : Sebastian Majewski <ccie18643@gmail.com>
Date : 2022-09-12T09:33:44-05:00

Updated readme

Changes

1 files changed, 1 insertions(+), 1 deletions(-)

M README.md +1 -1

Diff

diff --git a/README.md b/README.md
index a36983f..3726e73 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# PyTCP (version 2.7)
-##This is development version for the version 3.0 that will convert PyTCP from standalone app into library
+> ## This is development version for the version 3.0 that will convert PyTCP from standalone app into library
PyTCP is a fully functional TCP/IP stack written in Python. It supports TCP stream based transport with reliable packet delivery based on sliding window mechanism and basic congestion control. It also supports IPv6/ICMPv6 protocols with SLAAC address configuration. It operates as user space program attached to Linux TAP interface. As of today stack is able to send and receive traffic over Internet using IPv4 and IPv6 default gateways for routing.

Served by rngit 1.4.1 - Generated in 0.02s